home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 1204 / easymgr.dei < prev    next >
Encoding:
Text File  |  1997-04-18  |  11.4 KB  |  313 lines

  1.  
  2.  
  3. (object 5001 TableCellSchema
  4.   (attribute attrName  "name")
  5.   (attribute columnWidth 15)
  6. )
  7.  
  8. (object 5002 TableCellSchema
  9.   (attribute attrName "livingWith")
  10.   (attribute displayName "Living With")
  11.   (attribute columnWidth 15)
  12. )
  13.  
  14. (object 5003 TableCellSchema
  15.   (attribute attrName "altAddress street")
  16.   (attribute columnWidth 25)
  17. )
  18.  
  19. (object 5004 TableCellSchema
  20.   (attribute attrName "altAddress street2")
  21.   (attribute columnWidth 25)
  22. )
  23.  
  24. (object 5005 TableCellSchema
  25.   (attribute attrName "altAddress city")
  26.   (attribute columnWidth 15)
  27. )
  28. (object 5006 TableCellSchema
  29.   (attribute attrName "altAddress state")
  30.   (attribute columnWidth 10)
  31. )
  32. (object 5007 TableCellSchema
  33.   (attribute attrName "altAddress zip")
  34.   (attribute columnWidth 7)
  35. )
  36. (object 5008 TableCellSchema
  37.   (attribute attrName "altAddress country")
  38.   (attribute columnWidth 8)
  39. )
  40.  
  41. (object 5009 TableSchema
  42.   (attribute tableName "Person Alternate Address")
  43.   (attribute objectClassName "Person")
  44.   (attribute tableCellSet (GiSet 5001 5002 5003 5004 5005 5006 5007 5008) )
  45. )
  46.  
  47. (object 5010 ReportSchema
  48.   (attribute reportName "Person Home Address (3.0)")
  49.   (attribute objectClassName "Person")
  50.   (attribute rule "$(name)\n#(homeAddress:#(street:$(street)\n)#(street2:$(street2)\n)$(city), $(state) $(zip)\n$(country))")
  51.   (attribute colWidth 3600)
  52.   (attribute rowHeightMaxText giTrue)
  53.   (attribute interColSpacing 288)
  54.   (attribute interRowSpacing 288)
  55.   (attribute numCols 2)
  56.   (attribute paperWidth 12240)
  57.   (attribute paperHeight 15840)
  58.   (attribute leftMargin 1080)
  59.   (attribute rightMargin 1080)
  60.   (attribute topMargin 1080)
  61.   (attribute bottomMargin 1080)
  62. )
  63.  
  64. (object 5011 ReportSchema
  65.   (attribute reportName "Person Home Address/Phone/Fax/EMail/Web (3.0)")
  66.   (attribute objectClassName "Person")
  67.   (attribute rule "$(name)\n#(homeAddress:#(street:$(street)\n)#(street2:$(street2)\n)$(city),$(state)$(zip)\n$(country)\n)#(homeTelSet:Tel: $(phoneNumber) (H)\n)#(workTelSet:Tel: $(phoneNumber) (W)\n)#(homeFaxSet:Fax: $(phoneNumber) (H)\n)#(workFaxSet:Fax: $(phoneNumber) (W)\n)#(emailSet:Email: $(emailAddress)\n)#(urlSet:Url: $(urlAddress)\n)")
  68.   (attribute colWidth 3600)
  69.   (attribute rowHeightMaxText giTrue)
  70.   (attribute interColSpacing 288)
  71.   (attribute interRowSpacing 288)
  72.   (attribute numCols 2)
  73.   (attribute paperWidth 12240)
  74.   (attribute paperHeight 15840)
  75.   (attribute leftMargin 1080)
  76.   (attribute rightMargin 1080)
  77.   (attribute topMargin 1080)
  78.   (attribute bottomMargin 1080)
  79. )
  80.  
  81. (object 5012 ReportSchema
  82.   (attribute reportName "Person Alternate Address")
  83.   (attribute objectClassName "Person")
  84.   (attribute filterSchema 5021)  // Filter by valid alternate address
  85.   (attribute rule "$(name)\n#(altAddress:#(street:$(street)\n)#(street2:$(street2)\n)$(city), $(state) $(zip)\n$(country))")
  86.   (attribute colWidth 3600)
  87.   (attribute rowHeightMaxText giTrue)
  88.   (attribute interColSpacing 288)
  89.   (attribute interRowSpacing 288)
  90.   (attribute numCols 2)
  91.   (attribute paperWidth 12240)
  92.   (attribute paperHeight 15840)
  93.   (attribute leftMargin 1080)
  94.   (attribute rightMargin 1080)
  95.   (attribute topMargin 1080)
  96.   (attribute bottomMargin 1080)
  97. )
  98.  
  99. (object 5013 ReportSchema
  100.   (attribute reportName "Person Work Address (3.0)")
  101.   (attribute objectClassName "Person")
  102.   (attribute rule "$(name)\n#(companyName:$(companyName)\n)#(workAddress:#(street:$(street)\n)#(street2:$(street2)\n)$(city), $(state) $(zip)\n$(country))")
  103.   (attribute colWidth 3600)
  104.   (attribute rowHeightMaxText giTrue)
  105.   (attribute interColSpacing 288)
  106.   (attribute interRowSpacing 288)
  107.   (attribute numCols 2)
  108.   (attribute paperWidth 12240)
  109.   (attribute paperHeight 15840)
  110.   (attribute leftMargin 1080)
  111.   (attribute rightMargin 1080)
  112.   (attribute topMargin 1080)
  113.   (attribute bottomMargin 1080)
  114. )
  115.  
  116. (object 5014 ReportSchema
  117.   (attribute reportName "Person Work Address/Phone/Email/Url (3.0)")
  118.   (attribute objectClassName "Person")
  119.   (attribute rule "$(name)\n#(companyName:$(companyName)\n)#(workAddress:#(street:$(street)\n)#(street2:$(street2)\n)$(city), $(state) $(zip)\n$(country)\n)#(workTelSet:Tel: $(phoneNumber)\n)#(workFaxSet:Fax: $(phoneNumber)\n)#(emailSet:Email: $(emailAddress)\n)#(urlSet:Url: $(urlAddress)\n)")
  120.   (attribute colWidth 3600)
  121.   (attribute rowHeightMaxText giTrue)
  122.   (attribute interColSpacing 288)
  123.   (attribute interRowSpacing 288)
  124.   (attribute numCols 2)
  125.   (attribute paperWidth 12240)
  126.   (attribute paperHeight 15840)
  127.   (attribute leftMargin 1080)
  128.   (attribute rightMargin 1080)
  129.   (attribute topMargin 1080)
  130.   (attribute bottomMargin 1080)
  131. )
  132.  
  133. (object 5015 ReportSchema
  134.   (attribute reportName "Family Home Address")
  135.   (attribute objectClassName "Person")
  136. //  (attribute filterSchema 501)  // Filter by head of household
  137.   (attribute rule "$(firstName)#(middleName: $(middleName))#(spouse: and $(firstName)#(middleName: $(middleName))) $(lastName)\n#(homeAddress:#(street:$(street)\n)#(street2:$(street2)\n)$(city), $(state) $(zip)\n$(country))")
  138.   (attribute colWidth 3600)
  139.   (attribute rowHeightMaxText giTrue)
  140.   (attribute interColSpacing 288)
  141.   (attribute interRowSpacing 288)
  142.   (attribute numCols 2)
  143.   (attribute paperWidth 12240)
  144.   (attribute paperHeight 15840)
  145.   (attribute leftMargin 1080)
  146.   (attribute rightMargin 1080)
  147.   (attribute topMargin 1080)
  148.   (attribute bottomMargin 1080)
  149. )
  150.  
  151. (object 5016 ReportSchema
  152.   (attribute reportName "Family Home Address/Phone")
  153.   (attribute objectClassName "Person")
  154. //  (attribute filterSchema 501)  // Filter by head of household
  155.   (attribute rule "$(firstName)#(middleName: $(middleName))#(spouse: and $(firstName)#(middleName: $(middleName))) $(lastName)\n#(homeAddress:#(street:$(street)\n)#(street2:$(street2)\n)$(city),$(state)$(zip)\n$(country)\n)#(homeTelSet:Tel: $(phoneNumber) (H)\n)")
  156.   (attribute colWidth 3600)
  157.   (attribute rowHeightMaxText giTrue)
  158.   (attribute interColSpacing 288)
  159.   (attribute interRowSpacing 288)
  160.   (attribute numCols 2)
  161.   (attribute paperWidth 12240)
  162.   (attribute paperHeight 15840)
  163.   (attribute leftMargin 1080)
  164.   (attribute rightMargin 1080)
  165.   (attribute topMargin 1080)
  166.   (attribute bottomMargin 1080)
  167. )
  168.  
  169. (object 5017 ReportSchema
  170.   (attribute reportName "Business Address (3.0)")
  171.   (attribute objectClassName "Business")
  172.   (attribute rule "$(businessName)\n#(additionalName:$(additionalName)\n)#(address:#(street:$(street)\n)#(street2:$(street2)\n)$(city),$(state) $(zip)\n$(country)\n)")
  173.   (attribute colWidth 3600)
  174.   (attribute rowHeightMaxText giTrue)
  175.   (attribute interColSpacing 288)
  176.   (attribute interRowSpacing 288)
  177.   (attribute numCols 2)
  178.   (attribute paperWidth 12240)
  179.   (attribute paperHeight 15840)
  180.   (attribute leftMargin 1080)
  181.   (attribute rightMargin 1080)
  182.   (attribute topMargin 1080)
  183.   (attribute bottomMargin 1080)
  184. )
  185.  
  186. (object 5018 ReportSchema
  187.   (attribute reportName "Business Address/Phone/Email/Url")
  188.   (attribute objectClassName "Business")
  189.   (attribute rule "$(businessName)\n#(additionalName:$(additionalName)\n)#(address:#(street:$(street)\n)#(street2:$(street2)\n)$(city), $(state) $(zip)\n$(country)\n)#(telSet:Tel: $(phoneNumber)\n)#(faxSet:Fax: $(phoneNumber)\n)#(emailSet:Email: $(emailAddress)\n)#(urlSet:Url: $(urlAddress)\n)")
  190.   (attribute colWidth 3600)
  191.   (attribute rowHeightMaxText giTrue)
  192.   (attribute interColSpacing 288)
  193.   (attribute interRowSpacing 288)
  194.   (attribute numCols 2)
  195.   (attribute paperWidth 12240)
  196.   (attribute paperHeight 15840)
  197.   (attribute leftMargin 1080)
  198.   (attribute rightMargin 1080)
  199.   (attribute topMargin 1080)
  200.   (attribute bottomMargin 1080)
  201. )
  202.  
  203. (object 5019 ReportSchema
  204.   (attribute reportName "Account Address")
  205.   (attribute objectClassName "Account")
  206.   (attribute rule "$(accountName)\n#(address:#(street:$(street)\n)#(street2:$(street2)\n)$(city),$(state) $(zip)\n$(country)\n)")
  207.   (attribute colWidth 3600)
  208.   (attribute rowHeightMaxText giTrue)
  209.   (attribute interColSpacing 288)
  210.   (attribute interRowSpacing 288)
  211.   (attribute numCols 2)
  212.   (attribute paperWidth 12240)
  213.   (attribute paperHeight 15840)
  214.   (attribute leftMargin 1080)
  215.   (attribute rightMargin 1080)
  216.   (attribute topMargin 1080)
  217.   (attribute bottomMargin 1080)
  218. )
  219.  
  220. (object 5020 ReportSchema
  221.   (attribute reportName "Account Address/Phone/Email/Url")
  222.   (attribute objectClassName "Account")
  223.   (attribute rule "$(accountName)\n#(address:#(street:$(street)\n)#(street2:$(street2)\n)$(city), $(state) $(zip)\n$(country)\n)#(custSrvTelSet:Cust: $(phoneNumber)\n)#(autoAccessTelSet:Auto: $(phoneNumber)\n)#(faxSet:Fax: $(phoneNumber)\n)#(emailSet:Email: $(emailAddress)\n)#(urlSet:Url: $(urlAddress)\n)")
  224.   (attribute colWidth 3600)
  225.   (attribute rowHeightMaxText giTrue)
  226.   (attribute interColSpacing 288)
  227.   (attribute interRowSpacing 288)
  228.   (attribute numCols 2)
  229.   (attribute paperWidth 12240)
  230.   (attribute paperHeight 15840)
  231.   (attribute leftMargin 1080)
  232.   (attribute rightMargin 1080)
  233.   (attribute topMargin 1080)
  234.   (attribute bottomMargin 1080)
  235. )
  236.  
  237. (object 5021 FilterSchema
  238.   (attribute filterName "Has Alternate Address")
  239.   (attribute filterString "$(altAddress) != Empty")
  240.   (attribute objectClassName "Person")
  241.   (attribute ignoreCase giTrue)
  242. )
  243.  
  244. (object 5022 FilterSchema
  245.   (attribute filterName "Birthdays or Anniversaries this month")
  246.   (attribute filterString "$(birthDate) = ThisMonth Or $(marriageDate) = ThisMonth")
  247.   (attribute objectClassName "Person")
  248.   (attribute ignoreCase giTrue)
  249. )
  250.  
  251. (object 5023 FilterSchema
  252.   (attribute filterName "Birthdays or Anniversaries next month")
  253.   (attribute filterString "$(birthDate) = NextMonth Or $(marriageDate) = NextMonth")
  254.   (attribute objectClassName "Person")
  255.   (attribute ignoreCase giTrue)
  256. )
  257.  
  258. (object 5024 FilterSchema
  259.   (attribute filterName "Birthdays or Anniversaries today")
  260.   (attribute filterString "($(birthDate) = ThisDay And $(birthDate) = ThisMonth) Or ($(marriageDate) = ThisDay And $(marriageDate) = ThisMonth)")
  261.   (attribute objectClassName "Person")
  262.   (attribute ignoreCase giTrue)
  263. )
  264.  
  265. (object 5025 FilterSchema
  266.   (attribute filterName "Birthdays or Anniversaries tomorrow")
  267.   (attribute filterString "($(birthDate) = NextDay And $(birthDate) = ThisMonth) Or ($(marriageDate) = NextDay And $(marriageDate) = ThisMonth)")
  268.   (attribute objectClassName "Person")
  269.   (attribute ignoreCase giTrue)
  270. )
  271.  
  272. (object 5026 FilterSchema
  273.   (attribute filterName "ToDo Today")
  274.   (attribute filterString "$(todoOnDate) = Today")
  275.   (attribute objectClassName "ToDo")
  276.   (attribute ignoreCase giTrue)
  277. )
  278.  
  279. (object 5027 FilterSchema
  280.   (attribute filterName "ToDo Today or earlier")
  281.   (attribute filterString "$(todoOnDate) <= Today")
  282.   (attribute objectClassName "ToDo")
  283.   (attribute ignoreCase giTrue)
  284. )
  285.  
  286. (object 5028 FilterSchema
  287.   (attribute filterName "ToDo Tomorrow")
  288.   (attribute filterString "$(todoOnDate) = Tomorrow")
  289.   (attribute objectClassName "ToDo")
  290.   (attribute ignoreCase giTrue)
  291. )
  292.  
  293. (object 5029 FilterSchema
  294.   (attribute filterName "ToDo tomorrow or earlier")
  295.   (attribute filterString "$(todoOnDate) <= Tomorrow")
  296.   (attribute objectClassName "ToDo")
  297.   (attribute ignoreCase giTrue)
  298. )
  299.  
  300. (object 5030 FilterSchema
  301.   (attribute filterName "ToDo this month")
  302.   (attribute filterString "$(todoOnDate) = ThisMonth And $(todoOnDate) = ThisYear")
  303.   (attribute objectClassName "ToDo")
  304.   (attribute ignoreCase giTrue)
  305. )
  306.  
  307. (object 5031 FilterSchema
  308.   (attribute filterName "ToDo next month")
  309.   (attribute filterString "$(todoOnDate) = NextMonth And $(todoOnDate) = ThisYear")
  310.   (attribute objectClassName "ToDo")
  311.   (attribute ignoreCase giTrue)
  312. )
  313.